home *** CD-ROM | disk | FTP | other *** search
- global whatsndfolder, fileSep, gSpot
-
- on playvox whatsound
- sound playFile 1, the pathName & whatsndfolder & fileSep & whatsound
- end
-
- on waitForVox
- if not soundBusy(1) then
- go(marker(1))
- end if
- end
-
- on waitForVoxLoop
- if soundBusy(1) then
- go(marker(0))
- end if
- end
-